DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / CacheDataCollectionItemEventArgs<T> Class / CacheDataCollectionItemEventArgs<T> Constructor
The index.
The item.

In This Topic
    CacheDataCollectionItemEventArgs<T> Constructor
    In This Topic
    Initializes a new instance of the CacheDataCollectionItemEventArgs<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal index As Integer, _
       ByVal item As T _
    )
    public CacheDataCollectionItemEventArgs<T>( 
       int index,
       T item
    )

    Parameters

    index
    The index.
    item
    The item.
    See Also